(Fcoding_system_p): Return t for auto-loading coding system.
authorKenichi Handa <handa@m17n.org>
Tue, 7 Oct 2003 23:34:15 +0000 (23:34 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 7 Oct 2003 23:34:15 +0000 (23:34 +0000)
src/coding.c

index 47bfbf5cacbbbf936336be5024c0b350dde54bf3..12558b958c41ec7395a984ff7146c6f9e7b2aee9 100644 (file)
@@ -6333,6 +6333,8 @@ about coding-system objects.  */)
     return Qt;
   if (!SYMBOLP (obj))
     return Qnil;
+  if (! NILP (Fget (obj, Qcoding_system_define_form)))
+    return Qt;
   /* Get coding-spec vector for OBJ.  */
   obj = Fget (obj, Qcoding_system);
   return ((VECTORP (obj) && XVECTOR (obj)->size == 5)